body{
    font-family: 'Lexend Deca' ,serif;
}

p {
    font-size: 13px;
    margin-bottom: 0px;
}
.total-title {
    opacity: 0.9;
    font-size: 12px;
}
.uang {
    font-size: 15px;
}

.uang-masuk {
    color: rgb(0, 215, 165);
}
.uang-keluar {
    color: rgb(254, 48, 48);
}
.selisih {
    color: rgb(29, 55, 255);
}

.btn {
    font-size: 13px !important;
}

